home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Internet / Info / Internet Roadmap.sit / Internet Roadmap ƒ / Map 25 Address Searches_Finds < prev    next >
Encoding:
Text File  |  1995-02-14  |  9.9 KB  |  265 lines

  1. MAP25: ADDRESS SEARCHES AND FINGER
  2. ----------------------------------
  3.  
  4.      "A man without an address is a vagabond; a man with two
  5.       addresses is a libertine." -- George Bernard Shaw
  6.  
  7.  
  8. I have *four* account addresses. What does that make me? (1)
  9.  
  10. My *main* address is PCRISPE1@UA1VM.UA.EDU (stop laughing ... it's NOT
  11. funny). I also have a UNIX account address (PCRISPE1@UA1IX.UA.EDU), a
  12. P-MAIL address (PCRISPE1@SSS.CBA.UA.EDU), and I even have an address on
  13. America Online (CRISPEN@AOL.COM).
  14.  
  15. The *only* address that I use regularly is PCRISPE1@UA1VM.UA.EDU
  16.  
  17. When I was writing the lesson plans for last week's Gopher lessons,
  18. I logged on to my UNIX account (PCRISPE1@UA1IX.UA.EDU) just to brush
  19. up on some commands. I had not used my UNIX account in over two
  20. years (I personally do not like UNIX, and I try to avoid using it
  21. as much as is humanly possible) (2)
  22.  
  23. Sitting in my UNIX account's mailbox were three letters. Each letter
  24. was written by someone who said they found my address using an e-mail
  25. address search. One of the letters was SIX MONTHS old.
  26.  
  27. As you can see from the above story, e-mail address searches may not be
  28. 100% accurate. You may get a working e-mail address, but there is no
  29. guarantee that the address that you get will be on a system that the
  30. person that you want to talk to still uses.
  31.  
  32. The moral of my story is this: while it would be great if you could just
  33. type a few commands on your screen and get the e-mail address of
  34. anyone in the world, the *BEST* way to find someone's e-mail address
  35. is to call them on the telephone and ASK them for it.
  36.  
  37. However, it would be cruel for me to tell you that it is possible
  38. for you to do an e-mail address search (however flawed such a search
  39. might be) and then not show you how to do one of these searches :)
  40.  
  41. There are several different e-mail address search tools. I am going to
  42. show you one of them -- whois.
  43.  
  44. The "whois" directory is one of the most popular e-mail search tools.
  45. 'The whois directory provides names, e-mail and postal mail addresses
  46. and often phone numbers for people listed in it. To use it, telnet to
  47.  
  48.                internic.net
  49.  
  50. No log-on is needed (you can also use whois through Gopher -- check out
  51. the University of Minnesota's gopher server in the "phone books" menu).
  52.  
  53. Once you have accessed the telnet site, the quickest way to conduct a
  54. whois address search is to type
  55.  
  56.                whois <name>
  57.  
  58. at the prompt, replacing <name> with the last name or organization name
  59. that you are looking for.' (3)
  60.  
  61. Let's check-up on the President of the United States! I type
  62.  
  63.                whois Clinton
  64.  
  65. and the following appears on my screen:
  66.  
  67.  
  68.      Whois: whois Clinton
  69.      Clinton Cadillac (NET-C106755)  C106755                198.249.102.0
  70.      Clinton Central School (AGCC-DOM)                      AGCC.COM
  71.      Clinton Group, Inc. (CLINTON-DOM)                      CLINTON.COM
  72.      Clinton High School (NET-CLINTONHS-NET) CLINTONHS-NET  192.239.138.0
  73.      Clinton, Tom J. (TJC2)      tjclinton@PIPTRONIX.COM    416 289 1895
  74.  
  75.  
  76. Bummer ... No "Bill."
  77.  
  78. However, I did get some neat information. Let's take a closer look at two
  79. of these entries:
  80.  
  81.      Clinton Group, Inc. (CLINTON-DOM)                      CLINTON.COM
  82.      Clinton, Tom J. (TJC2)      tjclinton@PIPTRONIX.COM    416 289 1895
  83.  
  84. The first entry is an entry for a site. "Clinton Group, Inc." is the
  85. real-life name of this particular site. The "CLINTON-DOM" part is
  86. just a "handle" that the whois database uses to identify this entry.
  87. The last part is the site's Internet address (in other words, the
  88. e-mail address for someone who works for the Clinton Group would be
  89. USER@CLINTON.COM (where USER is replaced with the person's login id)).
  90.  
  91. The second entry is for a person named Tom J. Clinton. Again, the entry
  92. has a handle (TJC2). This entry also has two new items: Tom's e-mail
  93. address, and his telephone number (btw, this is just an example -- the
  94. e-mail address and telephone number listed above will not work).
  95.  
  96. Let's keep looking for the President. I can use an e-mail address as
  97. a search keyword, so I type
  98.  
  99.                Whois president@whitehouse.gov
  100.  
  101. and the following appears on my screen:
  102.  
  103.  
  104.      Whois president@whitehouse.gov
  105.      No match for mailbox "PRESIDENT@WHITEHOUSE.GOV"
  106.  
  107.  
  108. Gee ... that's odd. I *know* that president@whitehouse.com is the
  109. correct e-mail address. What happened?
  110.  
  111. To add to the problem of "inaccurate" addresses that we discussed
  112. a few minutes ago, most e-mail address databases are far from complete.
  113. Heck, this whois directory does not even have an entry for *ME*!
  114.  
  115. Again, if you want to find someone's e-mail address, the best way to
  116. get it is to ASK that person for their address!!
  117.  
  118.  
  119. FINGER
  120.  
  121. "Finger is a handy little program which lets you find out more about
  122. people on the Net -- and lets you tell others on the Net more about
  123. yourself.
  124.  
  125. Finger uses the same concept as telnet or FTP, but it works with only
  126. one file, called .plan (yes, with a period in front). This is a text
  127. file an Internet user creates with a text editor in his home directory.
  128. (If you local Internet service provider allows it), you can put your
  129. phone number in there, tell a little bit about yourself, or write
  130. almost anything at all." (3)
  131.  
  132. If you local Internet service provider allows you to use finger -- and
  133. a lot don't, for reasons we will soon see -- all you need to do to
  134. read someone else's plan is type
  135.  
  136.           finger <user@address>
  137.  
  138. replacing <user@address> with the e-mail address of the person that you
  139. want to finger.
  140.  
  141. For example, if I type
  142.  
  143.           finger pcrispe1@ua1ix.ua.edu
  144.  
  145. (my UNIX account address), the following appears on my screen:
  146.  
  147.       ua1ix.ua.edu
  148.      Login name: pcrispe1@ua1ix.ua.edu         In real life: Patrick Crispen
  149.      Directory: /u/as/econ/pcrispe1            Shell: /bin/sh
  150.      On since Nov 09 06:27:38 on ttyp0 at ua1ix from ua1vm.ua.edu ...
  151.      No plan.
  152.  
  153. Boring!
  154.  
  155. Let's finger someone else. I type
  156.  
  157.           finger coke@cs.cmu.edu
  158.  
  159. and the following appears on my screen:
  160.  
  161.  
  162.       L.GP.CMU.EDU
  163.       Login: coke                             Name: Drink Coke
  164.       Directory: /usr/coke                    Shell: /usr/local/bin/tcsh
  165.       Last login Wed Oct 12 14:27 (EDT) on ttyp1 from PTERO.SOAR.CS.CMU.EDU
  166.       Mail came on Tue Nov  8 13:35, last read on Tue Nov  8 13:35
  167.       Plan:
  168.       Thu Sep 29 17:33:39 1994
  169.       M&M validity: 0         Coke validity: 0 (e.g. data interface is down)
  170.       Exact change required for coke machine.
  171.           M & M                      Buttons
  172.          /-----\
  173.          |     |           C: CCCCCCCCCCCC...........
  174.          |**   |        C: CCCCCC......   D: CCCCCC......
  175.          |*****|        C: CCCCCC......   D: CCCCCC......
  176.          |*****|        C: CCCCCC......   D: CCCCCC......
  177.          \-----/                          C: CCCCCC......
  178.             |                             S: CCCCCC......
  179.             |        Key:
  180.             |          0 = warm;  9 = 90% cold;  C = cold;  . = empty
  181.             |          Leftmost soda/pop will be dispensed next
  182.          ---^---
  183.  
  184.  
  185. Huh?? The story, as best as I can remember it, is that the people who
  186. worked at the Computer Science department at Carnegie-Mellon University
  187. in Pittsburgh were sick and tired of having to go down several flights
  188. of stairs only to discover that their Coke machine was empty. So, they
  189. hooked the Coke machine up to the Internet.
  190.  
  191. Using a finger command, they could tell how many Cokes were in the machine,
  192. and they could even tell if the Cokes were cold or not (the M&M machine
  193. came later).
  194.  
  195. The neat thing about this is that ANYONE with access to finger can finger
  196. the CMU Coke machine and discover how many Cokes there are in this one
  197. vending machine in Pittsburgh, Pennsylvania :)
  198.  
  199. While this is funny -- and there are a lot of other neat things that you
  200. can find using finger -- there is a problem. According to the Chronicle
  201. of Higher Education
  202.  
  203.      Many college and university computer system administrators are
  204.      responding to rising concerns over misuse of the Finger tool with
  205.      modifications that restrict the information users can glean, and
  206.      some have eliminated it altogether. Critics note the tool violates
  207.      privacy -- it provides information about where people are logging
  208.      on and when they're doing it -- and security -- crackers can use
  209.      it to obtain information that can help them break into computer
  210.      accounts ... (4)
  211.  
  212. Don't be shocked if you try to finger someone and it does not work.
  213. If you site does not have a finger program, you can still finger someone
  214. by sending an e-mail letter to
  215.  
  216.           jfesler@netcom.com
  217.  
  218. with the command
  219.  
  220.           #finger <user@address>
  221.  
  222. in the SUBJECT LINE of your letter (NOTE: do *NOT* put the command in
  223. the body of your letter), replacing <user@address> with the e-mail
  224. address of the person that you want to finger.
  225.  
  226. You should receive a response about a day later.
  227.  
  228. You can also try to finger someone using telnet (but I have *yet* to get
  229. this to work from here). If the person's address is user@site, telnet
  230. to
  231.  
  232.           <site> 79
  233.  
  234. replacing <site> with the site's address. Once connected, type the
  235. username.
  236.  
  237.  
  238. HOMEWORK:
  239.  
  240.      - In a few minutes, I am going to send you a list of neat stuff
  241.        that you should check out. One of the things you should check
  242.        out is the "Special Internet Connections" list written by
  243.        Scott Yanoff. The list contains the addresses of SEVERAL
  244.        neat finger addresses.
  245.  
  246. COMMENTS
  247.  
  248.      (1) *BESIDES* a squirrel!!!
  249.      (2) This is a personal problem, and I promise to seek the necessary
  250.          professional counseling that I need (so PLEASE don't write me).
  251.      (3) Adapted from the "EFF's Guide to the Internet" and reprinted
  252.          by permission.
  253.      (4) Chronicle of Higher Education 7/13/94 A15, as reprinted in
  254.          Edupage 07.14.94
  255.  
  256.  
  257.    PATRICK DOUGLAS CRISPEN    THE VIEWS EXPRESSED IN THIS LETTER DO NOT
  258.     PCRISPE1@UA1VM.UA.EDU      NECESSARILY REPRESENT THE VIEWS OF THE
  259.   THE UNIVERSITY OF ALABAMA      UNIVERSITY OF ALABAMA - TUSCALOOSA
  260.  
  261.       ROADMAP: COPYRIGHT PATRICK CRISPEN 1994. ALL RIGHTS RESERVED.
  262.  
  263.  
  264.  
  265.